home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung / Power-Programmierung (Tewi)(1994).iso / magazine / drdobbs / 1987 / 11 / global.h < prev    next >
C/C++ Source or Header  |  1987-10-08  |  315b  |  13 lines

  1. /*
  2.     global.h
  3.     
  4.     contains the external references to global variables
  5. */
  6.  
  7. extern  TREE          *root;                /* root of AVL tree */
  8. extern  WindowPtr     left_wind;
  9. extern  WindowPtr     right_wind;
  10. extern  BitMap         bmap;                /* bitmap being used */
  11. extern     curve_data     curves[100];        /* array of curve data */
  12.  
  13.